home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / hold me in your arms / Nexus / nexus.software / ms-win.slip < prev    next >
Text File  |  1994-03-21  |  29KB  |  744 lines

  1.                                        Revised:    March 21, 1994
  2.                                                        Release 04
  3.                                                                  
  4.                              Original version:  November 15, 1993
  5.  
  6.  
  7. --------------------------------------
  8. WINDOWS AND TCP/IP FOR INTERNET ACCESS
  9.  
  10. Several internet usenet groups and bitnet listservs contain a
  11. continuous stream of basic questions about accessing the internet
  12. using tcp/ip applications under Microsoft Windows.  One can
  13. hardly post an answer to a question before seeing the same
  14. question posted again by another person trying to get started.
  15. Unfortunately, information on this topic is still scattered and
  16. not easily found by beginners no matter what their level of
  17. computer expertise.
  18.  
  19. This document contains a summary description of shareware and
  20. public domain software that can be used with Windows to access
  21. services on the internet.  The software can be used either on a
  22. PC connected directly to an ethernet network, or on a PC with
  23. access to a dial-up SLIP server.
  24.  
  25. Many readers will need to consult a network guru in order to find
  26. out about access through a network connection or through a SLIP
  27. server.  It may be helpful to pass along this information about
  28. specific Windows applications when seeking advice about the
  29. capabilities of your local systems.
  30.  
  31. This discussion is limited to freeware and shareware products
  32. freely available over the internet through anonymous ftp.  I
  33. provide IP addresses for the official distribution sites and for
  34. some alternative sites.  Some products are also available via
  35. Gopher.
  36.  
  37. For each application, I provide a brief outline of the
  38. installation procedures.  I do this primarily to illustrate the
  39. simplicity of using Windows for internet access.  For full
  40. instructions, please be sure to read any text files included with
  41. each package in order to complete the configuration and to learn
  42. about the full capabilities of the software.
  43.  
  44. I have installed all the software described here for several of
  45. my colleagues in the Virginia Tech Libraries.  With some practice
  46. I have found that I can finish installing a complete suite of
  47. tcp/ip applications in about half an hour.  Some individuals who
  48. read the previous version of this document and obtained the
  49. software indicated they were up and running in less than an hour.
  50. They expressed their delight at the ease of networking with
  51. Windows.
  52.  
  53.  
  54. ----------
  55. DISCLAIMER
  56.  
  57. I am not an expert on anything.  I am just an enthusiastic
  58. end-user of these products in my daily work.  Some of these
  59. products are in alpha or beta versions at this writing.  Despite
  60. this, most are as stable and reliable as any commercial
  61. application I use.  I would guess from messages on usenet that
  62. they are in use by thousands of users all over the world.  The
  63. alpha and beta designations may arise from the fact that features
  64. are still being added by the authors.  Indeed, some of these
  65. products have gone through several releases in the past few
  66. months as developers responded via the internet to feedback from
  67. users who reported bugs or requested new features.
  68.  
  69. My technical experience with ethernet is limited to using a
  70. simple packet driver interface to the hardware.  Thus, I have no
  71. experience using these products on network operating systems such
  72. as Novell or Windows for Workgroups.  However, the applications
  73. software described here should run with any tcp/ip protocol stack
  74. that offers winsock support.  If your local network does not
  75. include winsock support, you should check with your vendor to
  76. find out if winsock support is available.  For example, Microsoft
  77. recently released an inexpensive, winsock-compliant, tcp/ip
  78. package for Windows for Workgroups. The Trumpet Winsock package
  79. includes instructions for installing its tcp/ip protocol stack
  80. and winsock support over your existing network using a packet
  81. driver shim.  Thus, users of Novell Netware who do not yet have
  82. winsock support can make use of this software.
  83.  
  84.  
  85. ----------------
  86. LIMITED WARRANTY
  87.  
  88. I personally have used all of the software described below on at
  89. least two different machine configurations:
  90.  
  91.   1.) 50MHz 486DX, AMI BIOS, SMC ethernet card using a packet
  92.       driver interface connected to the Virginia Tech ethernet.
  93.  
  94.   2.) 33MHz 386DX, DTK BIOS, connected to the Virginia Tech SLIP
  95.       server through a BOCA 14.4Kb/s fax-modem.
  96.  
  97. I have used most of the client software both under the Trumpet
  98. Winsock shareware tcp/ip package described below, and under FTP
  99. Software's PC/TCP Network Software for DOS using the generic
  100. driver ethdrv.exe over a packet driver.  (This commercial package
  101. also supports Windows, but that's the name of the product).  For
  102. use with PC/TCP version 2.2, you should obtain the latest version
  103. of FTP Software's WINSOCK.DLL. This file is now available by
  104. anonymous ftp from vax.ftp.com in directory /support/winsock
  105. under the name winsock.exe (a self-extracting ZIP file).
  106.  
  107.  
  108. -------
  109. WINSOCK
  110.  
  111. "Winsock" is the buzzword that dominates discussion about tcp/ip
  112. and Windows.  All of the software described here is based on the
  113. winsock specification for Windows tcp/ip applications.  In order
  114. to get these applications working, there are only a few things
  115. that an end-user needs to know about winsock and how it supports
  116. Windows applications.
  117.  
  118. In my layman's terminology, the term "Winsock" refers to a
  119. technical specification that describes a standard interface
  120. between a Windows tcp/ip application (such as a gopher client)
  121. and the underlying tcp/ip protocol stack that takes care of
  122. transporting data on a tcp/ip network such as the internet.
  123. Thus, when I invoke a program like HGopher, it calls procedures
  124. from the WINSOCK.DLL dynamic link library.  These procedures in
  125. turn invoke procedures in the drivers supplied with the tcp/ip
  126. protocol stack.  The tcp/ip drivers communicate with the
  127. computer's ethernet card through the packet driver.  For serial
  128. line communications, the tcp/ip drivers communicate with a SLIP
  129. driver to enable network communications through the serial port.
  130.  
  131. The WINSOCK.DLL file is not a generic file that can be used on
  132. any system.  Each vendor of a tcp/ip protocol stack supplies a
  133. proprietary WINSOCK.DLL that works only with that vendor's tcp/ip
  134. stack.
  135.  
  136. The advantage to the developer of a winsock compliant application
  137. program is that the application will work with any vendor's
  138. winsock implementation.  Thus, the developer of an application
  139. such as a gopher client has to understand the winsock interface,
  140. but he does not have to know the details of each vendor's tcp/ip
  141. protocol stack in order to make his client application compatible
  142. with that stack.  It is this aspect of the winsock standard that
  143. has resulted in a blossoming of winsock compliant shareware
  144. applications since the summer of 1993.
  145.  
  146. The winsock standard offers advantages to the end-user.  One
  147. advantage is that several winsock applications can be used
  148. simultaneously.  This is a marked improvement over packet driver
  149. applications in which each application contains a built-in tcp/ip
  150. stack.  Such applications cannot share the packet driver except
  151. through the added complexity of a packet multiplexor such as
  152. PKTMUX.  A second advantage to the user is that any winsock
  153. compliant application will run with any vendor's tcp/ip protocol
  154. stack and accompanying WINSOCK.DLL.  Unfortunately, some
  155. commercial vendors of tcp/ip clients are not yet taking advantage
  156. of winsock capabilities.  Within the past two months, my library
  157. has acquired one tcp/ip client that requires dedicated access to
  158. the packet driver, and a second client that will run only with
  159. the tcp/ip protocol stack supplied by one particular vendor.  One
  160. can hope that commercial vendors will make their applications
  161. more usable and portable by creating winsock compliant versions
  162. as soon as possible.
  163.  
  164.  
  165. ---------------------
  166. SOFTWARE DESCRIPTIONS
  167.  
  168.  
  169. ***************
  170. TRUMPET WINSOCK  (tcp/ip protocol stack and basic clients, )
  171.                  (including telnet, ftp, ping, archie      )
  172.  
  173. Comment:  You need this package (or some other tcp/ip protocol
  174. stack that supports winsock) before you can use any of the client
  175. software described later.
  176.  
  177. Author:     Peter Tattam
  178.  
  179. Fee:        $20 shareware fee.
  180.  
  181. Version:    1.0 Revision A
  182.  
  183. File name:  twsk10a.zip (February 3, 1994)
  184.                 (includes the tcp/ip protocol stack)
  185.             winapps.zip (November 30, 1993)
  186.                 (includes basic clients)
  187.  
  188. Available by anonymous ftp from:
  189.   ftp.utas.edu.au in /pc/trumpet/winsock
  190. or by Gopher from
  191.   info.utas.edu.au under menu item UTas FTP Archive
  192.  
  193. Installation:
  194.  
  195.   1.) Create directory C:\TRUMPWSK and unzip TWSK10A.ZIP and
  196.       WINAPPS.ZIP into this directory.
  197.   
  198.   2.) Install software drivers.
  199.  
  200.       Ethernet network:
  201.  
  202.       a.) Install packet driver for your ethernet card.
  203.           The entry in my AUTOEXEC.BAT file is:
  204.           
  205.           C:\ETHERNET\8003PKDR.EXE /B:240 /R:D000 /I:10 /E:61
  206.  
  207.       b.) Install WINPKT.COM virtual packet driver included in
  208.           WINSOCK.ZIP.  The entry in my AUTOEXEC.BAT file is:
  209.           
  210.           C:\TRUMPWSK\WINPKT.COM 0x61
  211.  
  212.       SLIP:
  213.  
  214.       No special drivers are needed because SLIP support is
  215.       built into the Trumpet Winsock TCPMAN.EXE program.
  216.  
  217.   3.) In Program Manager, create a program group named Network.
  218.       Use File Manager to drag and drop the EXE files in
  219.       C:\TRUMPWSK into the Network program group.
  220.  
  221.   4.) Edit the PATH statement in AUTOEXEC.BAT to include
  222.       C:\TRUMPWSK. This enables winsock applications to find
  223.       WINSOCK.DLL when they are launched.
  224.  
  225.   5.) Reboot the computer and start Windows.
  226.  
  227.   6.) Launch TCPMAN from the Network program group.
  228.       Select Setup on the menu bar. Enter your ip address,
  229.       gateway address, and nameserver address. If you are using
  230.       ethernet, enter the software interrupt used by the packet
  231.       driver. If you are using SLIP, check the SLIP check box
  232.       and enter the appropriate COM port number in the SLIP port
  233.       box.  Exit from TCPMAN.  The file TRUMPWSK.INI will be
  234.       created in the C:\TRUMPWSK directory.
  235.  
  236.   7.) Launch any winsock compliant application. TCPMAN.EXE will
  237.       start automatically if it is not already running.  Several
  238.       clients are included with the Trumpet Winsock, including
  239.       TELW.EXE for telnet, FTPW.EXE for ftp, WINARCH.EXE for
  240.       searching Archie databases, PINGW.EXE to ping another
  241.       machine on the network, and HOPCHKW to trace the path
  242.       through the internet used to reach a particular host.
  243.  
  244. Note:  The WINSOCK.DLL file for the Trumpet Winsock remains in
  245. the C:\TRUMPWSK directory.  Some vendors may require that their
  246. WINSOCK.DLL be copied to the C:\WINDOWS directory.  If you have
  247. used software from another vendor, but now want to try the
  248. Trumpet Winsock, be sure to remove the other vendor's WINSOCK.DLL
  249. so that it will not interfere with the Trumpet Winsock
  250. implementation.
  251.  
  252. Tip:  The WINARCH client for archie searching defaults to
  253. searching archie.au.  You can access another archie server by
  254. using a command line argument.  For instance, to use the archie
  255. server run by AT&T, use the command line
  256. winarch.exe -archie=ds.internic.net.
  257.  
  258. SLIP usage:  Trumpet Winsock includes a simple dialing function.
  259. You can connect to your SLIP server by manually issuing the
  260. dialing commands. You can also write a simple script that will
  261. dial and start your SLIP session automatically.  Some SLIP
  262. servers do not allow the use of a permanently assigned IP address
  263. for your use. In that case, the SLIP server assigns a temporary
  264. IP address at the start of the session.  In this case you should
  265. enter a dummy IP address (e.g. 0.0.0.0) in the TCPMAN.EXE Setup
  266. dialog.  When your SLIP session starts, TCPMAN will use the
  267. address assigned by the SLIP server.
  268.      PITFALL:  After dialing with TCPMAN.EXE and establishing the
  269.      SLIP session, you must press the <ESC> key to escape from
  270.      dialing mode and to re-enable the SLIP function in
  271.      TCPMAN.EXE.
  272.  
  273. If you want to dial your SLIP server automatically, but you do
  274. not care to write your own dialing script for TCPMAN.EXE, a
  275. utility named DIALER provides a convenient means of dialing the
  276. phone and automatically starting the SLIP session.  DIALER can be
  277. set up to automatically issue the commands and passwords needed
  278. to start the SLIP session.  DIALER version 1.0d is available by
  279. anonymous ftp from:
  280.  
  281.      ftp.demon.co.uk
  282.      /pub/ibmpc/windows/utilities/dialexe.zip (February 15, 1994)
  283.  
  284.  
  285. *******
  286. HGOPHER  (Gopher client)
  287.  
  288. Author:     Martyn Hampson
  289.  
  290. License:    Public domain. Mr. Hampson suggests you donate $10.00
  291.             to your favorite charity if you like HGopher.
  292.  
  293. Version:    2.4a
  294.  
  295. File name:  hgopher2.4.zip    (January 25, 1994)
  296.                               (yes, that is not a valid DOS name)
  297.                               (You will have to change it to    )
  298.                               (something else when you download )
  299.                               (it                               )
  300.  
  301. Available by anonymous ftp from:
  302.   lister.cc.ic.ac.uk in /pub/wingopher
  303. or by Gopher from
  304.   gopher.ic.ac.uk
  305.  
  306. Installation:
  307.   1.) Create the directory C:\HGOPHER and unzip hgopher2.4.zip
  308.       (under whatever name you saved it) into this directory.
  309.   2.) Create a new program item in the Network program group for
  310.       the program C:\HGOPHER\HGOPHER.EXE.
  311.   3.) Launch HGopher.
  312.   4.) Supply the addresses and other information in the dialog
  313.       boxes for the menu selections OptionsGopherSetUp and
  314.       OptionsNetworkSetUp. For some types of information
  315.       distributed via gopher, you will need to configure the
  316.       viewers using the OptionsViewers dialog box. For example,
  317.       you need to tell HGopher which telnet client to use, and
  318.       which program to use for viewing jpeg or gif image files.
  319.       The HGOPHER.INI file and bookmark files are kept in the
  320.       C:\HGOPHER directory.
  321.  
  322.  
  323. *******************
  324. TRUMPET FOR WINDOWS  (usenet news reader and POP mail client)
  325.  
  326. Comment:  To read usenet news, you need access to an NNTP (usenet
  327. news) server. To use the mail functions, you need an account on a
  328. POP mail server. (I have not tested the mail functions in this
  329. application because I prefer to use PC Eudora for mail.)
  330.  
  331. Author:     Peter Tattam
  332.  
  333. Version:    1.0 Revision A
  334.  
  335. File name:  wtwsk10a.zip   (August 28, 1993)
  336.  
  337. Available by anonymous ftp from:
  338.   ftp.utas.edu.au in /pc/trumpet/wintrump
  339. or by Gopher from
  340.   info.utas.edu.au
  341.  
  342. Installation:
  343.   1.) Create the directory C:\WINTRUMP and unzip WTWSK10A.ZIP
  344.       into this directory.
  345.   2.) Create a new program item in the Network program group for
  346.       the program C:\WINTRUMP\WT_WSK.EXE.
  347.   3.) Launch the program.
  348.   4.) Supply the address and other information in the dialog
  349.       boxes for the menu selections FileSetup and
  350.       FileNetworkSetup. NEWS.PRM and other configuration files
  351.       will be created and stored in C:\WINTRUMP.
  352.  
  353.  
  354. *********
  355. PC EUDORA  (full featured mail client)
  356.  
  357. Comment:  You will need an account on a POP mail server to send
  358. and receive mail at your PC. Qualcomm sells a commercial version
  359. of Eudora for both Windows and the Macintosh.
  360.  
  361. Author:     Jeff Beckley and Jeff Gehlhaar
  362.  
  363. License:    Shareware version is free
  364.  
  365. Version:    Shareware: 1.4
  366.             (Commercial:  2.0)
  367.  
  368. File name:  eudora14.exe  (December 16, 1993)
  369.                           (self extracting archive file)
  370.  
  371. Available by anonymous ftp from:
  372.   ftp.qualcomm.com in directory /quest/windows/eudora/1.4
  373.  
  374. Installation:
  375.   1.) Copy the file EUDORA14.EXE to the directory C:\PCEUDORA.
  376.   2.) Execute EUDORA14 from the DOS prompt to unarchive the
  377.       program files.
  378.   3.) Create a new program item in the Network program group for
  379.       the program C:\PCEUDORA\WEUDORA.EXE.
  380.   4.) Launch the program.
  381.   5.) Select SpecialConfiguration from the menu bar and supply
  382.       the required information.
  383.   6.) Select SpecialSwitches and set characteristics as desired.
  384.   7.) Create mailboxes and nicknames to taste.
  385.   8.) The file EUDORA.INI and other configuration files will be
  386.       created in the C:\PCEDUORA directory.
  387.  
  388.  
  389. *******
  390. WS_FTP    (ftp client)
  391. WS_PING   (ping client)
  392.  
  393. Author:     John Junod
  394.  
  395. License:    Public domain
  396.  
  397. Version:    94.03.08     (WS_FTP)
  398.             94.01.23     (WS_PING)
  399.  
  400. File names: ws_ftp.zip    (March 9, 1994)
  401.             ws_ping.zip   (January 27, 1994)
  402.  
  403. Available by anonymous ftp from:
  404.   ftp.usma.edu in /pub/msdos/winsock.files
  405.   Those who want to experiment with a beta copy of a newer
  406.   version of WS_FTP can download ws_ftp.zip.new from /pub/msdos.
  407.  
  408. Installation:
  409.   1.) Create the directory C:\WS_.
  410.   2.) Unzip WS_FTP.ZIP into this directory.
  411.   3.) Unzip the file WS_PING.EXE from its ZIP file into this
  412.       directory also.  (Full source code for WS_PING is included
  413.       in the ZIP file with the name WSPI_SRC.ZIP. Source code
  414.       for the current version of WS_FTP is not distributed.
  415.       However, source code for the 93-12-05 version of WS_FTP
  416.       can be downloaded from directory /pub/msdos/winsock.files
  417.       under the name ws_ftp_s.zip .)
  418.   4.) Create new program items in the Network program group for
  419.       the programs C:\WS_\WS_FTP.EXE and C:\WS_\WS_PING.EXE.
  420.   5.) Launch the programs.
  421.   6.) The WS_FTP.INI file remains in the C:\WS_ directory. A
  422.       file named WINSOCK.INI is created by WS_PING in the
  423.       C:\WINDOWS directory.
  424.  
  425.  
  426. ***********
  427. NCSA MOSAIC for Microsoft Windows   (World Wide Web browser)
  428.                                     (and Gopher client     )
  429.  
  430. Comment:  An exquisite display of World Wide Web documents,
  431. including full color graphics and sound mixed in with text.
  432. Problems with general protection faults seem to be largely
  433. eliminated. However, simply launching and then exiting from
  434. Mosaic consumes 3% of Windows resources on my machine. Launching
  435. and exiting several times can lead to conditions that require you
  436. to restart Windows.
  437.  
  438. Author:     Chris Wilson and Jon Mittelhauser
  439.  
  440. License:    Free
  441.  
  442. Version:    2.0 alpha 2
  443.  
  444. File name:  wmos20a2.zip  (March 1, 1994)
  445.  
  446. Available by anonymous ftp from:
  447.   ftp.ncsa.uiuc.edu in /PC/Mosaic
  448.  
  449. Installation:
  450.   1.) Create the directory C:\MOSAIC and unzip WMOS20A2.ZIP into
  451.       this directory.
  452.   2.) Create a new program item in the Network program group for
  453.       the program C:\MOSAIC\MOSAIC.EXE.
  454.   3.) Copy the file MOSAIC.INI to C:\WINDOWS. (You can put
  455.       MOSAIC.INI in a different directory if you use a DOS
  456.       environment variable to point to the correct directory.)
  457.   4.) Edit the INI file following instructions in the file
  458.       INSTALL.TXT.
  459.   5.) Launch the program.
  460.  
  461.  
  462. *****
  463. CELLO  (World Wide Web browser and Gopher client)
  464.  
  465. Comment:  This Web client has some features that complement those
  466. in Mosaic, so it is well worth trying both clients. The latest
  467. version is reasonably stable. The listserv CELLO-L is busy with
  468. messages about CELLO development and about shareware for creating
  469. HTML documents. Instructions for subscribing to CELLO-L are
  470. included in the Cello Help file.
  471.  
  472. Author:     Thomas R. Bruce
  473.  
  474. License:    Free
  475.  
  476. Version:    1.01a
  477.  
  478. File name:  cello.zip  (March 17, 1994)
  479.  
  480. Available by anonymous ftp from:
  481.   fatty.law.cornell.edu in /pub/LII/Cello
  482.  
  483. Installation:
  484.   1.) Create the directory C:\CELLO and unzip CELLO.ZIP into
  485.       this directory.
  486.   2.) Create a new program item in the Network program group for
  487.       the program C:\CELLO\CELLO.EXE.
  488.   3.) Launch the program.
  489.  
  490.  
  491. *****
  492. WFTPD  (FTP server)
  493.  
  494. Comment:  I had not imagined I would want or need to use my PC as
  495. an FTP server.  However, I have found this product useful on a
  496. couple of occasions to transfer files from an IBM mainframe to my
  497. PC.  This is far easier than trying to FTP to the mainframe from
  498. my PC.  Some colleagues new to Windows and networking are
  499. beginning to find it useful in order to exchange files with their
  500. colleagues elsewhere in the library building or elsewhere on
  501. campus.
  502.  
  503. Author:     Alun Jones
  504.  
  505. License:    $15.00.  The unregistered shareware version displays
  506.             a humorous message to anyone accessing the server
  507.             that the owner is too cheap to pay the shareware
  508.             fee.
  509.  
  510. Version:    1.8b
  511.  
  512. File name:  wftpd18b.zip  (December 17, 1993)
  513.  
  514. Available by anonymous ftp from:
  515.   ftp.cica.indiana.edu in /pub/pc/win3/winsock
  516.  
  517. Installation:
  518.   1.) Create the directory C:\WFTPD and unzip WFTPD18B.ZIP into
  519.       this directory.
  520.   2.) Create a new program item in the Network program group for
  521.       the program C:\WFTPD\WFTPDU.EXE.
  522.   3.) Launch the program.
  523.   4.) Complete the information in the FileSecurity dialog box to
  524.       establish security control using access passwords and
  525.       restricted home directories for those you authorize to
  526.       access your PC.  The file WFTPDU.INI will be created in
  527.       the C:\WINDOWS directory. (The registered version is named
  528.       WFTPDR.EXE. It uses WFTPDR.INI. After registering, it is
  529.       simplest to rename the registered version to WFTPD.EXE and
  530.       rename the WFTPDU.INI file to WFTPD.INI so as to preserve
  531.       existing security settings.)
  532.  
  533.  
  534. ------
  535. TELNET
  536.  
  537. The glaring deficiency in the winsock pantheon of internet
  538. clients is the absence of a good stand-alone telnet client.  Here
  539. is a brief description of some alternatives I have tried.
  540.  
  541.  
  542. ****
  543. TELW
  544.  
  545. Comment:  TELW.EXE is included with the Trumpet Winsock package
  546. in the WINAPPS.ZIP file.  It is the first client that shareware
  547. users are likely to try.  It is a minimal client with no
  548. configuration possibilities.  It can be useful at times as a
  549. terminal/telnet viewer in HGopher.
  550.  
  551.  
  552. **********
  553. WinQVT/Net
  554.  
  555. Comment:  WinQVT/Net is an integrated package that includes
  556. telnet, ftp, ftp server, mail, and news reader clients.  These
  557. client applications are normally launched from a console window.
  558. The telnet client is probably the best shareware winsock telnet
  559. client available.  You can select terminal emulations and
  560. customize the keyboard.  The resizable telnet window includes
  561. scrollback and session logging.  A deficiency is that telnet
  562. cannot be launched independently of the console window.  However,
  563. if WinQVT/Net is already running, then an instance of the telnet
  564. client can be launched from another application by using the
  565. TNSTART.EXE program that comes with WinQVT/Net.  This makes it
  566. possible to use this telnet client for such applications as the
  567. terminal/telnet viewer in HGopher.
  568.  
  569. Author:     QPC Software
  570.  
  571. License:    There has been discussion in alt.winsock about the
  572.             difficulty of getting any response to e-mail and fax
  573.             messages from the author.  Paying the license fee
  574.             may be difficult as a result.
  575.  
  576. Version:    3.97
  577.  
  578. File name:  qvtws397.zip
  579.  
  580. Available by anonymous ftp from:
  581.   biochemistry.bioc.cwru.edu (closed to public 9-5 weekdays)
  582. or by Gopher from
  583.   biochemistry.cwru.edu
  584.  
  585.  
  586. TRMPTEL
  587. *******
  588.  
  589. Comment:  This is my favorite telnet client at the moment.  It
  590. can be used as a viewer for terminal/telnet with HGopher or with
  591. Mosaic and Cello.  It is a very early release of a client that
  592. can be expected to become excellent in the near future.
  593.  
  594. Author:     Peter Tattam
  595.  
  596. License:    Free beta version
  597.  
  598. Version:    0.05
  599.  
  600. File name:  trmptel.exe  (February 17, 1994)
  601.  
  602. Available by anonymous ftp from:
  603.    petros.psychol.utas.edu.au in /pub/trumpet/trmptel
  604.  
  605.  
  606. ***********
  607. NCSA TELNET
  608.  
  609. Comment:  NCSA telnet is a standard in the DOS and Macintosh
  610. environments.  The winsock client is under development.  A
  611. spokesman for NCSA has posted messages to the internet saying
  612. that the existing client was thrown together quickly, and it is
  613. not supported.  A student has been hired to write a new version
  614. of the client, but it was said he had to learn tcp/ip and Windows
  615. programming.  I have not found this client useful, but others may
  616. wish to experiment with it.  No doubt NCSA will produce an
  617. excellent telnet client in the future.
  618.  
  619. License:    Free
  620.  
  621. Version:    beta 3
  622.  
  623. File name:  wintelb3.zip  (October 21, 1993)
  624.  
  625. Available by anonymous ftp from:
  626.   ftp.ncsa.uiuc.edu in /PC/Telnet/windows
  627.  
  628.  
  629. *******
  630. QWS3270
  631.  
  632. Comment:  Telnet clients usually emulate a VT100 terminal or one
  633. of its variations, the standard for connecting to a Unix host.
  634. However, telneting to an IBM mainframe requires emulation of an
  635. IBM 3270 terminal.  QWS3270 provides the necessary functionality.
  636. I was especially pleased with the easily-configured 4 color
  637. capability that makes it easier to distinguish protected,
  638. unprotected, and highlighted text on a VM screen.
  639.  
  640. Author:     Jim Rymerson
  641.  
  642. License:    Free
  643.  
  644. Version:    3.0c
  645.  
  646. File name:  qws3270.zip  (March 17, 1994)
  647.  
  648. Available by anonymous ftp from:
  649.   ftp.ccs.queensu.ca in /pub/msdos/tcpip
  650.  
  651.  
  652. -------------------------------------
  653. OTHER SOURCES FOR WINSOCK INFORMATION
  654.  
  655. Considerable information about winsock, along with some
  656. application programs, is available at:
  657.  
  658. sunsite.unc.edu
  659. in directory /pub/micro/pc-stuff/ms-windows/winsock
  660.  
  661. The anonymous ftp sites that I list as sources for programs are
  662. the sites designated by the authors as their home sites.  These
  663. sites will always have the latest version of the software.
  664.  
  665. In addition, copies of the software may usually be obtained by
  666. anonymous ftp from ftp.cica.indiana.edu in /pub/pc/win3/winsock.
  667. However, it is the case that CICA will contain some versions that
  668. are out of date.  Check the directory /pub/pc/win3/uploads to see
  669. if a new version was recently uploaded.  Dates on the files at
  670. CICA may disagree with the dates on the files at the home sites.
  671. Note that CICA is the main internet site for Windows
  672. applications.  It is usually busy, and you may have difficulty
  673. connecting.  There are several other internet sites that provide
  674. mirror copies of the Windows collection at CICA.  These are
  675. listed in the message displayed if you are denied access to CICA.
  676. The list of mirror sites is included in the file README in the
  677. /pub/pc/win3 directory.  When using CICA, it is helpful to
  678. download the file INDEX (ascii) or INDEX.ZIP from /pub/pc/win3.
  679. This file contains short descriptions of each file in the
  680. collection.
  681.  
  682. The usenet groups alt.winsock and comp.protocols.tcp-ip.ibmpc
  683. carry discussions of the winsock specification and winsock
  684. compliant applications. Information about specific clients may be
  685. found also in groups devoted to that class of client.  For
  686. instance, HGopher is discussed in alt.gopher and in
  687. comp.infosystems.gopher.  Mosaic and Cello are discussed in
  688. comp.infosystems.www.  The Bitnet listserv WIN3-L@UICVM carries
  689. discussions about all topics relating to Windows, including
  690. winsock applications.
  691.  
  692. A FAQ (Frequently Asked Questions) about tcp/ip on PC-compatible
  693. computers written by Bernard D. Adoba is posted monthly on
  694. comp.protocols.tcp-ip.ibmpc.  A copy can be obtained by anonymous
  695. ftp from rtfm.mit.edu in directory
  696. /pub/usenet-by-hierarchy/comp/protocols/tcp-ip/ibmpc.  It is also
  697. available under the name ibmtcp.zip from netcom1.netcom.com in
  698. directory /pub/mailcom/IBMTCP.
  699.  
  700. An introduction to SLIP is available by pointing your gopher
  701. client at gopher.vt.edu. Look down the menus through
  702. Experimental-file-system/nyman/whatslip.txt.
  703.  
  704. Release 03 of this document (dated February 9, 1994) was
  705. published in the "Toolkit" section of the March 14, 1994 issue of
  706. "Global Network News." GNN is part of the "Global Network
  707. Navigator," a World Wide Web publication of O'Reilly Associates.
  708. Articles in GNN are aimed at the reader with a general interest
  709. in the internet. You can read GNN by pointing Mosaic or Cello at
  710. http://nearnet.gnn.com/GNN-ORA.html. Previous Toolkit articles
  711. are available from the GNN News Archive.
  712.  
  713. The latest version of "Windows and tcp/ip for internet access" is
  714. available by anonymous ftp from nebula.lib.vt.edu in
  715. /pub/windows/winsock under the name wtcpip**.zip.
  716.  
  717.  
  718. ================================================================
  719. I thank each of you who sent me personal messages following the
  720. posting of the first and subsequent versions of this document. I
  721. have now received e-mail about this document from individuals on
  722. seven continents. Thanks to AJO at McMurdo Station for sending me
  723. a message from Antarctica.
  724.  
  725. I am gratified to have been able to help many of you, and I
  726. appreciate the suggestions and information you have sent me. My
  727. efforts in producing this document can be only a small and
  728. indirect repayment of the debt I owe to the developers who
  729. produce this software and to the many internet users who are so
  730. willing to share information.
  731.  
  732. Please send error reports to me at the address below.  I would be
  733. grateful for suggestions for improvements and additions to this
  734. document.  Thanks again to everyone who replied to my beginner's
  735. questions over the past several months.  I greatly appreciate
  736. your patience, and your willingness to share your knowledge.
  737. =================================================================
  738.  
  739. Harry M. Kriz
  740. hmkriz@vt.edu
  741. University Libraries
  742. Virginia Polytechnic Institute & State University
  743. Blacksburg, VA   24061-0434
  744.